Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Projects a KnowledgeGraphDelta (entities and relationships) into an object graph where entities are instantiated as their corresponding domain objects (e.g., Person, Animal) and relationships are represented as object references.
Link copied to clipboard
Link copied to clipboard
class KgbBuilder(val sourceAnalyzer: SourceAnalyzer, val entityResolver: EntityResolver, graphProjector: GraphProjector<Any> = InMemoryObjectGraphGraphProjector())
Link copied to clipboard
object KnowledgeGraphBuilders
Convenient API for building knowledge graphs